home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / council1.dir / 00077_Script_77 < prev    next >
Text File  |  1994-11-29  |  338b  |  18 lines

  1. on exitFrame
  2.   
  3.   global CM2SC4M1
  4.   
  5.   if the movieTime of sprite 5 = CM2SC4M1 then
  6.     go to the frame + 1
  7.   else
  8.     go to frame the frame
  9.   end if
  10. end
  11.  
  12. on mousedown
  13.   set the movieRate of sprite 5 to 0
  14.   updateStage -- just to make sure it's stopped
  15.   -- completely exit council area
  16.   go to frame "End"
  17. end mousedown
  18.